Reads an array of values from the current stream, and advances the current position within this stream by the number of bytes written.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Function ReadRange(Of  As {New, Struct})( _
   ByVal  As System.Integer _
) As 
             
        
            
            public  ReadRange<>( 
   System.int 
)
where T: new(), struct
             
        
             
        
            パラメータ
- count
 
            型パラメータ
- T
 
- The type of the values to be read from the stream.
 
            戻り値の型
An array of values that was read from the current stream.
 
            
            
            
            
            
            
            
            
            
            
            
            参照